Lab 11
MinJae Jo — 2025-11-25
Column
Boxplot of Total Stats by Pokemon Type
Column
Scatterplot of Attack vs Defense
Sidebar
library
(tidyverse)
library
(plotly)
library
(crosstalk)
pokemon
<-
read_csv
(
"pokemon.csv"
)